home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-14 | 1.7 KB | 30 lines | [TEXT/MPS ] |
- Print2 # A tool for printing "side by side" pages in landscape mode
-
- Print2 [option…] [file…] < file ≥ progress
- -1 # behave like the standard MPW Print tool (print one per page)
- -3 # setup for 3 hole prepunched paper - that is, adjust margins
- # so that the holes are outside the printing area.
- # If printing "side by side" pages is selected, the page is flipped both
- # horizontally and vertically so that the holes will be at the top
- # of the page (default puts holes at bottom of page).
- -b # print a border around the text
- -b2 # alternate form of border
- -c[opies] n # print n copies
- -f[ont] name # print using specified font
- -h # print headers (time, file, page)
- -hf[ont] name # print headers using specified font
- -hs[ize] n # print headers using specified font size
- -ht n # "Hardwired tabs" - There is a tab stop every n spaces, n=0 means
- # use the tab setting of the document (Which is probably what you
- # want). This works well for printing proportional fonts if the
- # document is printed at the same or 1/2 of the screen font size.
- # Basically gives you WYSISYG printing of proportional fonts.
- -ls n[.n] # line spacing (2 means double-space)
- -md # use modification date of file for time in header
- -n # print line numbers to left of text
- -nw [-]n # width of line numbers, - indicates zero padding
- -p # write progress information to diagnostics
- -ps filename # include PostScript file as background for each page
- -s[ize] n # print using specified font size
- -t[abs] n # consider tabs to be n spaces
-